WARNING: This program has a bug, which means we need to fix it!
RULE: You cannot use + to combine a string with an integer.
- We must use str() around integer variables to join with a string.
- Click Run and read the error message.
- Debug the program so that both sprites say how many marbles they have.
To navigate the page using the TAB key, first press ESC to exit the code editor.